Enhancements on indentation for lines after a backslash continuation.
author=?UTF-8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= <fgallina@cuca>
Thu, 17 May 2012 03:03:36 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 17 May 2012 03:03:36 +0000 (00:03 -0300)
commit738ec0c34ffc08e5edf57cf0c3eb8a2c12a7d3d1
treedbeb74d1d4c74527d7637b9f56c187efb2cf6f4f
parentc550736aef7c7bbbddde05f1253eead2d61053cc
Enhancements on indentation for lines after a backslash continuation.

Backslashed continuations with parens in the middle are now handled
correctly. Things like this are now indented properly:

objects = Thing.objects.all() \
                       .filter(
                           type="toy",
                           status="bought"
                           subtype="car"
                       ) \
                       .aggregate(
                           Sum('amount')
                       ) \
                       .values_list()

New Functions:

    * `python-info-beginning-of-backlash' returns the point where a
      backslashed line start.
lisp/progmodes/python.el